home *** CD-ROM | disk | FTP | other *** search
- object HelpBox: THelpBox
- Left = 238
- Top = 104
- ActiveControl = OKButton
- BorderStyle = bsDialog
- Caption = 'Equation Help'
- ClientHeight = 284
- ClientWidth = 357
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 16
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 349
- Height = 241
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object HelpLbl1: TLabel
- Left = 4
- Top = 8
- Width = 269
- Height = 21
- AutoSize = False
- Caption = 'Equations must take the form:'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- IsControl = True
- end
- object HelpLbl2: TLabel
- Left = 112
- Top = 32
- Width = 45
- Height = 16
- Caption = 'V=expr'
- end
- object HelpLbl3: TLabel
- Left = 4
- Top = 60
- Width = 337
- Height = 89
- AutoSize = False
- Caption =
- 'where "V" is a single letter variable name and "expr" is a legal' +
- ' logical expression containing variables (A-Z, #), OR operators ' +
- '(+), not operators ('#39'), and parentheses to control precedence. ' +
- ' Examples:'
- WordWrap = True
- end
- object HelpLbl4: TLabel
- Left = 104
- Top = 152
- Width = 61
- Height = 21
- AutoSize = False
- Caption = 'F=A+BC'
- end
- object HelpLbl5: TLabel
- Left = 104
- Top = 176
- Width = 93
- Height = 21
- AutoSize = False
- Caption = 'G=A'#39'+B(C+D)'#39
- end
- object HelpLbl6: TLabel
- Left = 104
- Top = 200
- Width = 64
- Height = 16
- Caption = 'H=#(A+B)'#39
- end
- end
- object OKButton: TBitBtn
- Left = 127
- Top = 254
- Width = 77
- Height = 27
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- OnClick = OKButtonClick
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- end
-